home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / curious.dir / 00072_Script_Load Audio Script < prev    next >
Text File  |  1994-11-28  |  316b  |  12 lines

  1. on loadAudio  castNum
  2.   
  3.   if the loaded of cast castNum = FALSE then
  4.     preLoadCast  castNum
  5.     put the result into loadResult
  6.     if loadResult <> castNum then -- something is very weird here
  7.       alert  "Memory Error !! Cast "&& castNum && "not loaded"
  8.     end if
  9.   end if
  10.   
  11. end loadAudio castNum 
  12.